'Declaration Public Sub Move( _ ByVal from As Integer, _ ByVal to As Integer _ )
'Declaration
Public Sub Move( _ ByVal from As Integer, _ ByVal to As Integer _ )
'Usage Dim instance As GridRowColCollection(Of T) Dim from As Integer Dim to As Integer instance.Move(from, to)
'Usage
Dim instance As GridRowColCollection(Of T) Dim from As Integer Dim to As Integer instance.Move(from, to)
public void Move( int from, int to )
GridRowColCollection<T> Class GridRowColCollection<T> Members